home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / en_US$EULA_properties.as < prev    next >
Text File  |  2009-02-12  |  2KB  |  32 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en_US$EULA_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function en_US$EULA_properties()
  10.       {
  11.          super("en_US","EULA");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "btnQuit":"Quit",
  18.             "msgEulaNoteApp":"This application uses <u><a href=\'http://www.adobe.com/go/air/\'>Adobe AIR</a></u>, software that enables web-connected desktop applications. Please review and agree to the Adobe AIR license agreement to continue.",
  19.             "msgEulaNote":"This installer will setup <u><a href=\'http://www.adobe.com/go/air/\'>Adobe AIR</a></u>, software that enables web-connected desktop applications. Please review and agree to the license agreement to continue.",
  20.             "titleAirRequired":"Adobe┬« AIR┬« (required component)",
  21.             "btnIAgree":"I Agree",
  22.             "btnCancel":"Cancel",
  23.             "lblEulaNote":"The application you launched uses <u><a href=\'http://www.adobe.com/go/air/\'>Adobe AIR</a></u>, software that enables web-connected desktop applications. Please review and agree to the Adobe AIR license agreement to continue.",
  24.             "titleLicenseAgreement":"License Agreement",
  25.             "lblAgreementNote":"By clicking the \"I Agree\" button I acknowledge that I have read and accept the terms of the above agreement.",
  26.             "eulaVarName":"eulaText_en_US",
  27.             "titleSetup":"Installer Setup"
  28.          };
  29.       }
  30.    }
  31. }
  32.